home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / slist.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  2.9 KB  |  64 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : SINGLY_LINKED_LIST
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : THarrison@ECLB
  6. -- AUTHOR            : Tim Harrison
  7. --                   : Texas Instruments
  8. -- COPYRIGHT         : (c) 1985
  9. -- DATE CREATED      : 1-Mar-85
  10. -- DATE RELEASED     : 15-Jul-85
  11. -- DATE LAST UPDATED : 
  12. -- LOCATION          : C2MUG
  13. -- LOCATION          : ASR
  14. -- ENVIRONMENT       : VAX/VMS 4.1/VMS 4.1
  15. --= CLASSIFICATION       ===============================================--
  16. -- CATEGORY LEVEL 1  : COMPONENTS
  17. -- CATEGORY LEVEL 2  : LINKED_LISTS
  18. -- CATEGORY LEVEL 3  : Singly-Linked List
  19. -- CATEGORY LEVEL 4  : 
  20. -- KEYWORD           : Singly Linked List
  21. -- INDEX             : List, Singly-Linked
  22. -- INDEX             : Singly-Linked List
  23. -- TAXONOMY          : 
  24. -- DEPENDENCIES      : 
  25. -- SEE ALSO          : 
  26. --= FILE LISTING         ===============================================--
  27. -- FILE SPECS        : PD:<ADA.COMPONENTS>SLIST.*
  28. -- DIRECTORY DISPLAY :
  29. -- Directory   PD:<ADA.COMPONENTS>
  30. --      File Name     Byte Count  Line Count
  31. --   ---------------  ----------  ----------
  32. --   SLIST.PRO              2802          59
  33. --   SLIST.SRC             23821         594
  34. --   ===============  ==========  ==========
  35. --     2 Files             26623         653
  36. --= ABSTRACT             ===============================================--
  37. --         This package provides an abstract singly linked  list  with  a
  38. -- single point of reference.
  39. --= REVISION HISTORY     ===============================================--
  40. --
  41. -- DATE         VERSION    AUTHOR                  HISTORY
  42. -- 15-May-85    1.0     Tim Harrison        Original
  43. --= RELEASE NOTICE       ===============================================--
  44. -- This prologue must be included in all copies of this software.
  45. --
  46. -- This software is copyright by the author.
  47. --
  48. -- This software is released to the Ada community.
  49. -- This software is released to the Public Domain (note:
  50. --   software released to the Public Domain is not subject
  51. --   to copyright protection).
  52. -- Restrictions on use or distribution:  NONE
  53. --= DISCLAIMER           ===============================================--
  54. --     This software and its documentation are provided "AS IS" and
  55. -- without any expressed or implied warranties whatsoever.  No warranties
  56. -- as to performance, merchantability, or fitness for a particular
  57. -- purpose exist.
  58. --     The user is advised to test the software thoroughly before
  59. -- relying on it.  The user must assume the entire risk and liability of
  60. -- using this software.  In no event shall any person or organization of
  61. -- people be held responsible for any direct, indirect, consequential or
  62. -- inconsequential damages or lost profits.
  63. --======================================================================--
  64.